Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Connector
    • Magic

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly actions

actions: Actions

Optional magic

magic: MagicInstance

provider

provider: Provider | undefined

An EIP-1193 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md) and EIP-1102 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1102.md) compliant provider. May also comply with EIP-3085 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3085.md). This property must be defined while the connector is active.

Methods

activate

  • activate(configuration: LoginWithMagicLinkConfiguration): Promise<void>
  • Parameters

    • configuration: LoginWithMagicLinkConfiguration

    Returns Promise<void>

deactivate

  • deactivate(...args: unknown[]): Promise<void> | void
  • Initiate a disconnect.

    Parameters

    • Rest ...args: unknown[]

    Returns Promise<void> | void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Protected property
  • Static property

Generated using TypeDoc