MonoCloud Authentication SDK
    Preparing search index...

    Interface BackChannelLogoutOptions

    Options used to customize the behavior of the back-channel logout handler.

    interface BackChannelLogoutOptions {
        onError?: OnError;
    }
    Index
    onError?: OnError

    Callback invoked if an unexpected error occurs while processing a back-channel logout notification.