Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthTokenRequestSigner

Hierarchy

  • AuthTokenRequestSigner

Implements

Constructors

Properties

Methods

Constructors

constructor

  • new AuthTokenRequestSigner(tenancyId: String, fingerprint: String, privateKey: PrivateKey): AuthTokenRequestSigner

Properties

fingerprint

fingerprint: String

privateKey

privateKey: PrivateKey

tenancyId

tenancyId: String

Methods

signHttpRequest

  • signHttpRequest(request: HttpRequest, forceExcludeBody?: boolean): Promise<void>