Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VisualStudioCodeCredentialOptions

Package version

Provides options to configure the Visual Studio Code credential.

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.

Optional tenantId

tenantId: undefined | string

Optionally pass in a Tenant ID to be used as part of the credential

Generated using TypeDoc