Options to customize the login handler.

Hierarchy

  • LoginOptions

Properties

authorizationParams?: AuthorizationParams

Override the default BaseConfig.authorizationParams authorizationParams.

getLoginState?: GetLoginState

Generate a unique state value for use during login transactions.

returnTo?: string

URL to return to after login. Overrides the default in BaseConfig.baseURL.