Interface PathConfig

interface PathConfig {
    matcher: string;
    parameters: AuthenticateRequestParameters;
}

Properties

Properties

matcher: string

A string to match the path.

It follows the same syntax as Next.js paths matching.

Parameters to apply when authenticating the request on this matched path.