Custom options to pass to logout.

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 returnTo after logout, overrides the Default in routes.postLogoutRedirect