MonoCloud Management SDK
    Preparing search index...

    Interface LogoutOptions

    Logout Options Response: Represents the current logout behavior configuration.

    LogoutOptions

    interface LogoutOptions {
        automatic_redirect_after_logout: boolean;
        show_logout_prompt: boolean;
    }
    Index

    Properties

    automatic_redirect_after_logout: boolean

    Specifies whether the user is automatically redirected to the client’s configured post-logout redirect URL after signing out.

    LogoutOptions

    show_logout_prompt: boolean

    Specifies whether the user is prompted for confirmation before signing out.

    LogoutOptions