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

    Class LoginContext

    Temporary context created for the duration of a [[Kit.login]] call.

    This context is used to store the state of the login request and provide a way for plugins to add hooks into the process.

    Index
    appName?: string
    arbitrary: Record<string, any> = {}
    fetch: Fetch
    hooks: LoginHooks = ...
    permissionLevel?: PermissionLevel
    session?: Session

    The session created during login. Only available in afterLogin hooks.

    sessionKeyManager?: any
    uiRequirements: UserInterfaceRequirements = ...
    walletPluginIndex?: number
    walletPlugins: UserInterfaceWalletPlugin[] = []