Class AuthenticationResult
- java.lang.Object
-
- com.microsoft.azure.keyvault.authentication.AuthenticationResult
-
public class AuthenticationResult extends Object
Stores authentication token and client key used for proof of possession authentication.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationResult(String authToken, String popKey)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthToken()
Retrieve stored authentication token.String
getPopKey()
Retrieve stored PoP key.
-