| Modifier and Type | Method and Description |
|---|---|
Future<DeviceCode> |
AuthenticationContext.acquireDeviceCode(String clientId,
String resource,
AuthenticationCallback<DeviceCode> callback)
Acquires a device code from the authority
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
AsymmetricKeyCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
ClientAssertion clientAssertion,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
ClientCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
String clientId,
String username,
String password,
AuthenticationCallback callback)
Acquires a security token from the authority using a username/password flow.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
UserAssertion userAssertion,
AsymmetricKeyCredential credential,
AuthenticationCallback callback)
Acquires an access token from the authority on behalf of a user.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
UserAssertion userAssertion,
ClientCredential credential,
AuthenticationCallback callback)
Acquires an access token from the authority on behalf of a user.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
String resource,
String clientId,
URI redirectUri,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
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.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.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientCredential 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.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
ClientCredential credential,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
ClientCredential credential,
String resource,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
String clientId,
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,
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.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
String clientId,
String resource,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Copyright © 2013–2021. All rights reserved.