LogoutParams: {
    redirectPath?: string;
}

Type declaration

  • Optional redirectPath?: string

    The path to redirect to after logout. If not provided, the value of loginPath from the configuration will be used.

Generated using TypeDoc