Interface StartInteractiveLoginOptions

interface StartInteractiveLoginOptions {
    authorizationParameters?: AuthorizationParameters;
    returnTo?: string;
}

Properties

authorizationParameters?: AuthorizationParameters

Authorization parameters to be passed to the authorization server.

returnTo?: string

The URL to redirect to after a successful login.