Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationDetailsProvider

An interface provides the authentication details.

Hierarchy

Implemented by

Methods

Optional getAuthType

  • getAuthType(): string | undefined

Optional getDelegationToken

  • getDelegationToken(): string | undefined

getKeyId

  • getKeyId(): Promise<string>

getPassphrase

  • getPassphrase(): string | null

getPrivateKey

  • getPrivateKey(): string

Optional getProvider

Optional setProvider