| Modifier and Type | Method and Description |
|---|---|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
ClientAssertion credential,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
ClientAssertion assertion,
ClientCredential credential,
AuthenticationCallback callback)
Acquires an access token from the authority on behalf of a user.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientAssertion credential,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientAssertion credential,
String resource,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
String clientId,
ClientAssertion credential,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
String clientId,
ClientAssertion credential,
String resource,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Copyright © 2013–2015. All rights reserved.