Chartbreaker
    Preparing search index...

    Type Alias LogoutResponse

    LogoutResponse: void | { frontendLogoutUrl?: string; msg?: string }

    Type Declaration

    • void
    • { frontendLogoutUrl?: string; msg?: string }
      • OptionalfrontendLogoutUrl?: string

        If returned, the user should visit this logout page in their browser in order properly end the session. This may be used to for example clear cookies.

      • Optionalmsg?: string

        A logout confirmation message to present to the user.