Options to customize the logout handler.

Hierarchy

  • LogoutOptions

Properties

logoutParams?: {
    [key: string]: any;
}

Additional custom parameters to pass to the logout endpoint.

Type declaration

  • [key: string]: any
returnTo?: string

URL to return to after logout. Overrides the default in BaseConfig.routes.postLogoutRedirect routes.postLogoutRedirect.