Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

  • new default(apiKey: string, basePath?: string): default

Properties

apiWrappers: {} = {}

Type declaration

observers: Observer[] = []

Accessors

  • get accounts(): AccountsApiWrapper

Methods

  • constructWebhookEvent(body: string, signature: string): Promise<WebHookEvent>
  • getOrCreateWrapper<T>(type: (new (_accessToken: string, _basePath?: string) => T)): T
  • Type Parameters

    Parameters

    • type: (new (_accessToken: string, _basePath?: string) => T)
        • new (_accessToken: string, _basePath?: string): T
        • Parameters

          • _accessToken: string
          • Optional _basePath: string

          Returns T

    Returns T

  • getWrapperKey(wrapper: any): string
  • registerRecoverySession(apiKey: string, secretKey: string, encryptionPart: string): Promise<string>
  • Parameters

    • apiKey: string
    • secretKey: string
    • encryptionPart: string

    Returns Promise<string>

  • signNonce(nonce: string): Promise<string>

Generated using TypeDoc