Acquires a token by exchanging the authorization code received from the first step of OAuth 2.0 Authorization Code Flow
Acquires a token from the authority using OAuth2.0 device 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 a token silently when a user specifies the account the token is requested for
Clear the cache
Creates the URL of the authorization request
Returns the logger instance
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 PublicClientApplication class defining the public API signatures