Interface IWithAzureADBearerOptions

Options for withAzureADBearer() function.

Hierarchy

  • IWithAzureADBearerOptions

Properties

authenticateOptions?: Nilable<AuthenticateOptions>

Options for authenticate method of passport.

noWWWAuthenticate?: Nilable<boolean>

Avoid to set WWW-Authenticate header.

stradegy?: Nilable<string>

Name of the stradegy.

Default

"oauth-bearer"

Generated using TypeDoc