Modifier and Type | Class and Description |
---|---|
class |
AdalClaimsChallengeException
The exception type thrown when a claims challenge error occurs during token acquisition.
|
Modifier and Type | Method and Description |
---|---|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
AsymmetricKeyCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
AsymmetricKeyCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
AsymmetricKeyCredential credential,
String resource,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByDeviceCode(DeviceCode deviceCode,
AuthenticationCallback callback)
Acquires security token from the authority using an device code previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
AsymmetricKeyCredential credential,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
AsymmetricKeyCredential credential,
String resource,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Copyright © 2013–2018. All rights reserved.