MonoCloud Authentication SDK
    Preparing search index...

    Represents options for the callback handler.

    interface CallbackOptions {
        onError?: OnError;
        redirectUri?: string;
        userInfo?: boolean;
    }
    Index

    Properties

    onError?: OnError

    A custom function to handle unexpected errors while processing callback from MonoCloud.

    redirectUri?: string

    Url to be sent to the token endpoint.

    userInfo?: boolean

    Determines whether to fetch the user information from the 'userinfo' endpoint after processing the callback.