| Interface | Description |
|---|---|
| IAccount |
Interface representing a single user account.
|
| IAuthenticationResult |
Interface representing the results of token acquisition operation.
|
| IClientApplicationBase |
Interface representing an application for which tokens can be acquired.
|
| IClientCredential |
Interface representing an application credential
|
| IConfidentialClientApplication |
Interface representing a confidential client application (Web App, Web API, Daemon App).
|
| IPublicClientApplication |
Interface representing a public client application (Desktop, Mobile).
|
| ITokenCache |
Interface representing security token cache persistence
|
| ITokenCacheAccessAspect |
Interface representing operation of executing code before and after cache access.
|
| ITokenCacheAccessContext |
Interface representing context in which the token cache is accessed
|
| IUserAssertion |
Interface representing a delegated user identity used by downstream applications in On-Behalf-Of flow
|
| Class | Description |
|---|---|
| Account |
Representation of a single user account.
|
| AsymmetricKeyCredential |
Credential type containing X509 public certificate and RSA private key.
|
| AuthenticationErrorCode |
Class containing error codes returned by the service or generated by the client
|
| AuthorizationCodeParameters |
Object containing parameters for authorization code flow.
|
| AuthorizationCodeParameters.AuthorizationCodeParametersBuilder | |
| ClientAssertion |
Credential type containing an assertion of type
"urn:ietf:params:oauth:token-type:jwt".
|
| ClientCredentialFactory |
Factory for creating client credentials used in confidential client flows
|
| ClientCredentialParameters |
Object containing parameters for client credential flow.
|
| ClientCredentialParameters.ClientCredentialParametersBuilder | |
| ClientSecret |
Representation of client credential containing a secret in string format
|
| ConfidentialClientApplication |
Class to be used to acquire tokens for confidential client applications (Web Apps, Web APIs,
and daemon applications).
|
| ConfidentialClientApplication.Builder | |
| DeviceCode |
Response returned from the STS device code endpoint containing information necessary for
device code flow
|
| DeviceCodeFlowParameters |
Object containing parameters for device code flow.
|
| DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder | |
| IntegratedWindowsAuthenticationParameters |
Object containing parameters for Integrated Windows Authentication.
|
| IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder | |
| OnBehalfOfParameters |
Object containing parameters for On-Behalf-Of flow.
|
| OnBehalfOfParameters.OnBehalfOfParametersBuilder | |
| PublicClientApplication |
Class to be used to acquire tokens for public client applications (Desktop, Mobile).
|
| PublicClientApplication.Builder | |
| RefreshTokenParameters |
Object containing parameters for refresh token request.
|
| RefreshTokenParameters.RefreshTokenParametersBuilder | |
| SilentParameters |
Object containing parameters for silent requests.
|
| SilentParameters.SilentParametersBuilder | |
| TokenCache |
Cache used for storing tokens.
|
| TokenCacheAccessContext |
Context in which the the token cache is accessed
|
| TokenCacheAccessContext.TokenCacheAccessContextBuilder | |
| UserAssertion |
Credential type containing an assertion representing a delegated user identity.
|
| UserNamePasswordParameters |
Object containing parameters for Username/Password flow.
|
| UserNamePasswordParameters.UserNamePasswordParametersBuilder |
| Enum | Description |
|---|---|
| InteractionRequiredExceptionReason |
Details about the cause of an
MsalInteractionRequiredException, giving a hint about the
user can expect when they go through interactive authentication |
| Exception | Description |
|---|---|
| MsalClientException |
Exception type thrown when and error occurs that is local to the library or the device.
|
| MsalException |
Base exception type thrown when an error occurs during token acquisition.
|
| MsalInteractionRequiredException |
This exception class is to inform developers that UI interaction is required for authentication
to succeed.
|
| MsalServiceException |
Exception type thrown when service returns an error response or other networking errors occur.
|
Copyright © 2013–2019. All rights reserved.