| Modifier and Type | Method and Description |
|---|---|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
ClientAssertion clientAssertion,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientAssertion clientAssertion,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientAssertion clientAssertion,
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 clientAssertion,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
String clientId,
ClientAssertion clientAssertion,
String resource,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Copyright © 2013–2019. All rights reserved.