Class MoneriumClient

Hierarchy

  • MoneriumClient

Constructors

Properties

bearerProfile?: BearerProfile

The bearer profile will be available after authentication, it includes the access_token and refresh_token

codeVerifier?: string

@deprecated, use sessionStorage The PKCE code verifier

isAuthorized: boolean = !!this.bearerProfile

Methods

  • Returns Promise<void>

  • Cleanups the socket and the subscriptions

    Returns Promise<void>

  • Revokes access

    Returns Promise<void>

  • Returns WebSocket

  • Unsubscribe from MoneriumEvent and close the socket if there are no more subscriptions

    Parameters

    Returns void

Generated using TypeDoc