Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy-Diagram

UML class diagram of OAuthAuthenticator

Legend

icon for a class in the UML class diagram class
icon for an interface in the UML class diagram interface
icon for a protected property in the UML class diagram protected property
icon for a private property in the UML class diagram private property
icon for a public method in the UML class diagram public method

Hierarchy

  • OAuthAuthenticator

Implements

Index

Constructors

  • new OAuthAuthenticator(clientId: string, clientSecret: string, hostname: string, path: string, postParams: Record<string, string>, method?: string, responseEncoding?: BufferEncoding): OAuthAuthenticator

Properties

authenticated: boolean = false
clientId: string
clientSecret: string
hostname: string
lastResponse: null | OauthResponse = null
method: string = 'POST'
path: string
postParams: Record<string, string>
responseEncoding: BufferEncoding = 'utf8'

Methods

  • isAuthenticated(): boolean

Generated using TypeDoc