# Functions
AuthResultFromStorage creates an AuthResult from a storage token response (which is generated from the cache).
New is the constructor for Base.
NewAuthResult creates an AuthResult.
WithCacheAccessor allows you to set some type of cache for storing authentication tokens.
WithX5C specifies if x5c claim(public key of the certificate) should be sent to STS to enable Subject Name Issuer Authentication.
# Constants
AuthorityPublicCloud is the default AAD authority host.
# Structs
AcquireTokenAuthCodeParameters contains the parameters required to acquire an access token using the auth code flow.
AcquireTokenSilentParameters contains the parameters to acquire a token silently (from cache).
AuthResult contains the results of one token acquisition operation in PublicClientApplication or ConfidentialClientApplication.
Client is a base client that provides access to common methods and primatives that can be used by multiple clients.
# Type aliases
Option is an optional argument to the New constructor.