MonoCloud Authentication SDK
    Preparing search index...

    Interface RedirectToSignOutOptions

    Options for redirectToSignOut()

    interface RedirectToSignOutOptions {
        federated?: boolean;
        postLogoutRedirectUri?: string;
    }
    Index

    Properties

    federated?: boolean

    Whether to also sign out the user from MonoCloud

    postLogoutRedirectUri?: string

    The url authorization server should redirect the user to after a successful sign out. This url has to be registered in the client's sign out url section.