Package version:

Interface TokenCredentialOptions

Provides options to configure how the Identity library makes authentication requests to Microsoft Entra ID.

interface TokenCredentialOptions {
    authorityHost?: string;
    loggingOptions?: any;
}

Hierarchy (view full)

Properties

authorityHost?: string

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

loggingOptions?: any

Allows users to configure settings for logging policy options, allow logging account information and personally identifiable information for customer support.