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.

Hierarchy

  • LoginContext

Constructors

Properties

appName?: string
chains: ChainDefinition[] = []
fetch: Fetch
hooks: LoginHooks = ...
permissionLevel?: PermissionLevel
uiRequirements: UserInterfaceRequirements = ...
walletPlugins: UserInterfaceWalletPlugin[] = []

Accessors

Methods