| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2013–2021. All rights reserved.