MonoCloud Authentication SDK
    Preparing search index...

    Interface RefetchUserInfoOptions

    Options for refetching userinfo

    interface RefetchUserInfoOptions {
        onSessionCreating?: OnSessionCreating;
    }
    Index

    Properties

    onSessionCreating?: OnSessionCreating

    A callback function invoked before creating or updating the user session.