This extensibility point is meant for Azure SDK to enhance Managed Identity support
Acquires tokens from the authority for the application (not for an end user)
Acquires a token by exchanging the authorization code received from the first step of OAuth 2.0 Authorization Code Flow
Acquires a token by exchanging the refresh token provided for a new set of tokens
Acquires tokens with password grant by exchanging client applications username and password for credentials
Acquires tokens from the authority for the application
Acquires a token silently when a user specifies the account the token is requested for
Creates the URL of the authorization request
Gets the token cache for the application
Replaces the default logger set in configurations with new Logger with new configurations
Generated using TypeDoc
Interface for the ConfidentialClientApplication class defining the public API signatures