Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DefaultAzureCredential

Package version

Provides a default ChainedTokenCredential configuration for applications that will be deployed to Azure. The following credential types will be tried, in order:

Consult the documentation of these credential types for more information on how they attempt authentication.

Hierarchy

Implements

  • TokenCredential

Index

Constructors

Methods

Constructors

constructor

Methods

getToken

  • getToken(scopes: string | string[], options?: GetTokenOptions): Promise<AccessToken | null>

Generated using TypeDoc