MonoCloud Authentication SDK
    Preparing search index...

    Represents options for the sign-in handler.

    interface SignInOptions {
        authParams?: AuthorizationParams;
        onError?: OnError;
        register?: boolean;
        returnUrl?: string;
    }
    Index

    Properties

    authParams?: AuthorizationParams

    Additional authorization parameters to include in the authentication request.

    onError?: OnError

    A custom function to handle unexpected errors while signing in.

    register?: boolean

    Specifies whether to initiate a user registration process.

    returnUrl?: string

    The application URL to which the user should be redirected after successful authentication. Must be a relative Url. Defaults to the appUrl.