Hierarchy

  • Auth

Constructors

Properties

authAlreadyStarted: boolean = false
authFlow: AuthFlow = ...
mainWindow: BrowserWindow
signInTimer: any
userInfo: null | string = null

Methods

  • Performs cleanup of the Auth instance, clearing timers and removing listeners.

    Returns void

  • Performs authorization request, retrieve the access token and emits auth:authContext events

    Returns Promise<unknown>

    promise with auth state and token

Generated using TypeDoc