Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy-Diagram

UML class diagram of PreauthUriTokenAuthenticator

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

  • PreauthUriTokenAuthenticator

Implements

Index

Constructors

  • new PreauthUriTokenAuthenticator(hostname: string, path: string, method?: string, tokenJsonPath: string, params?: {}, headers?: {}): PreauthUriTokenAuthenticator

Properties

headers: {} = {}

Type declaration

    hostname: string
    method: string = 'GET'
    params: {} = {}

    Type declaration

      path: string
      token: string
      tokenJsonPath: string

      Methods

      • isAuthenticated(): boolean

      Generated using TypeDoc