MonoCloud Authentication SDK
    Preparing search index...

    Options used to customize the behavior of the userinfo handler.

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

    Properties

    Properties

    onError?: OnError

    Callback invoked if an unexpected error occurs while retrieving user information.

    refresh?: boolean

    When true, forces user profile data to be re-fetched from the authentication service instead of using cached session data.