Interface | Description |
---|---|
AdalAuthorizationGrant |
Interface for an ADAL grant.
|
AuthenticationCallback<T> |
Authentication callback Interface that can be implemented by the developer.
|
Class | Description |
---|---|
AdalDeviceCodeAuthorizationGrant |
Class for device code grant.
|
AdalIntegratedAuthorizationGrant | |
AsymmetricKeyCredential |
Credential type containing X509 public certificate and RSA private key.
|
AuthenticationContext |
The main class representing the authority issuing tokens for resources.
|
AuthenticationResult |
Contains the results of one token acquisition operation.
|
ClientAssertion |
Credential type containing an assertion of type
"urn:ietf:params:oauth:token-type:jwt".
|
ClientCredential |
Credential including client id and secret.
|
DeviceCode | |
DeviceCodeRequest | |
DeviceCodeTokenErrorResponse |
Error object used to encapsulated the device code errors.
|
NamespaceContextImpl | |
UserAssertion |
Credential type containing an assertion representing user credential.
|
UserInfo |
Contains information of a single user.
|
Enum | Description |
---|---|
AdalErrorCode |
Exception | Description |
---|---|
AdalClaimsChallengeException |
The exception type thrown when a claims challenge error occurs during token acquisition.
|
AuthenticationException |
ADAL generic exception class
|
Copyright © 2013–2021. All rights reserved.