@wharfkit/session - v4.0.1
    Preparing search index...

    Interface LoginContextOptions

    Options for creating a new context for a [[Kit.login]] call.

    interface LoginContextOptions {
        appName?: NameType;
        arbitrary?: Record<string, any>;
        chain?: ChainDefinition<AccountObject>;
        chains?: ChainDefinition<AccountObject>[];
        fetch: Fetch;
        loginPlugins?: AbstractLoginPlugin[];
        permissionLevel?: PermissionLevel;
        sessionKeyManager?: any;
        ui: UserInterface;
        walletPlugins?: UserInterfaceWalletPlugin[];
    }
    Index
    appName?: NameType
    arbitrary?: Record<string, any>
    fetch: Fetch
    loginPlugins?: AbstractLoginPlugin[]
    permissionLevel?: PermissionLevel
    sessionKeyManager?: any
    walletPlugins?: UserInterfaceWalletPlugin[]