MonoCloud Management SDK
    Preparing search index...

    Interface PatchLogoutOptionsRequest

    Patch Logout Options Request: Used to update logout behavior configuration.

    PatchLogoutOptionsRequest

    interface PatchLogoutOptionsRequest {
        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.

    PatchLogoutOptionsRequest

    show_logout_prompt?: boolean

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

    PatchLogoutOptionsRequest