Interface IdentityProviderHttpHandlerArgs

interface IdentityProviderHttpHandlerArgs {
    cookieStore: CookieStore;
    handler: InteractionHandler;
    providerFactory: ProviderFactory;
}

Properties

cookieStore: CookieStore

Used to determine the account of the requesting agent.

Handles the requests.

providerFactory: ProviderFactory

Used to generate the OIDC provider.