public class AuthenticationResult extends Object
| Constructor and Description |
|---|
AuthenticationResult(String authToken,
String popKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthToken()
Retrieve stored authentication token.
|
String |
getPopKey()
Retrieve stored PoP key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/