Class AuthMethod<Return, initType>Abstract

Use this class to create a new method that requires a login, it contains the AuthToken and Token, remember to call the exec method before using the AuthToken by super.exec()

Type Parameters

  • Return = void
  • initType = undefined

Hierarchy (view full)

Constructors

Properties

Auth: Login
AuthToken: string
Props?: initType
Route: string = ""
ShouldUpCache: boolean = true
isTokenUsed: boolean = false

Methods