MonoCloud Authentication SDK
    Preparing search index...

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

    interface RefetchUserInfoOptions {
        onSessionCreating?: OnCoreSessionCreating;
    }
    Index

    Properties

    onSessionCreating?: OnCoreSessionCreating

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