public class CredentialResult extends Object
| Constructor and Description |
|---|
CredentialResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name value.
|
byte[] |
value()
Get the value value.
|
public String name()
public byte[] value()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/