MonoCloud Authentication SDK
    Preparing search index...

    Represents options for the userinfo handler.

    interface UserInfoOptions {
        onError?: OnError;
        refresh?: boolean;
    }
    Index

    Properties

    Properties

    onError?: OnError

    A custom function to handle unexpected errors while fetching userinfo.

    refresh?: boolean

    Determines whether to refetch the user information from the authentication service.