MonoCloud Authentication SDK
    Preparing search index...

    Options used to control session retrieval behavior when calling getSession().

    interface GetSessionOptions {
        refetchUserInfo?: boolean;
    }
    Index

    Properties

    Properties

    refetchUserInfo?: boolean

    When enabled, re-fetches user information from the UserInfo endpoint and updates the current session.