MonoCloud Authentication SDK
    Preparing search index...

    Interface RefetchUserInfoOptions

    Options used when refetching user profile data from the UserInfo endpoint.

    interface RefetchUserInfoOptions {
        onSessionCreating?: OnSessionCreating;
        strictProfileSync?: boolean;
    }
    Index

    Properties

    onSessionCreating?: OnSessionCreating

    Callback invoked before a session is created or updated. Allows customization or enrichment of the session.

    strictProfileSync?: boolean

    When enabled, replaces the existing session user profile with a new profile constructed from the latest UserInfo response.

    false