Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentCredentialOptions

Package version

Enables authentication to Azure Active Directory depending on the available environment variables. Defines options for the EnvironmentCredential class.

Hierarchy

Index

Properties

Optional authorityHost

authorityHost: undefined | string

The authority host to use for authentication requests. Possible values are available through AzureAuthorityHosts. The default is "https://login.microsoftonline.com".

Optional loggingOptions

loggingOptions: LogPolicyOptions & { allowLoggingAccountIdentifiers?: undefined | false | true }

Allows logging account information once the authentication flow succeeds.

Generated using TypeDoc