Member Junction
    Preparing search index...

    Interface UserStorageDriverOptions

    Options for initializing a storage driver with user-specific credentials.

    interface UserStorageDriverOptions {
        contextUser: UserInfo;
        providerEntity: MJFileStorageProviderEntity;
        userID: string;
    }
    Index

    Properties

    contextUser: UserInfo

    Context user for database operations

    The file storage provider entity

    userID: string

    The user's ID for loading their OAuth tokens