| Modifier and Type | Method and Description |
|---|---|
Future<DeviceCode> |
AuthenticationContext.acquireDeviceCode(String clientId,
String resource,
AuthenticationCallback<DeviceCode> callback)
Acquires a device code from the authority
|
| Modifier and Type | Method and Description |
|---|---|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByDeviceCode(DeviceCode deviceCode,
AuthenticationCallback callback)
Acquires security token from the authority using an device code previously received.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeviceCode> |
AuthenticationContext.acquireDeviceCode(String clientId,
String resource,
AuthenticationCallback<DeviceCode> callback)
Acquires a device code from the authority
|
Copyright © 2013–2019. All rights reserved.