Class AuthMethod<Return>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

Hierarchy (view full)

Constructors

Properties

Auth: Login
AuthToken: string
Route: string = ""
isTokenUsed: boolean = false

Methods