Member Junction
    Preparing search index...

    Interface ExtendedUserContextOptions

    Extended user context options that can also include account information for the enterprise credential model.

    interface ExtendedUserContextOptions {
        accountEntity?: MJFileStorageAccountEntity;
        contextUser: UserInfo;
        userID: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Optional account entity for enterprise credential model

    contextUser: UserInfo

    Context user for database operations

    userID: string

    The user's ID for loading their OAuth tokens