Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureCliCredentialOptions

Package version

Options for the AzureCliCredential

Hierarchy

Index

Properties

Optional allowMultiTenantAuthentication

allowMultiTenantAuthentication: undefined | false | true

If set to true, allows authentication flows to change the tenantId of the request if a different tenantId is received from a challenge or through a direct getToken call.

Optional authorityHost

authorityHost: undefined | string

The authority host to use for authentication requests. The default is "https://login.microsoftonline.com".

Optional tenantId

tenantId: undefined | string

Allows specifying a tenant ID

Generated using TypeDoc