Contains the attributes of a single FIDO credential that are returned to the caller in
response to a
Fido2PrivilegedApiClient.getCredentialList(String) call.
| static FidoCredentialDetails |
deserializeFromBytes(byte[] serializedBytes)
De-serializes the
FidoCredentialDetails from bytes, reversing
serializeToBytes().
|
| boolean | |
| byte[] |
getCredentialId()
Returns the credential's credential ID.
|
| boolean |
getIsDiscoverable()
Returns true if the credential is discoverable.
|
| boolean |
getIsPaymentCredential()
Returns true if the credential is for payments.
|
| String |
getUserDisplayName()
Returns the credential's user display name.
|
| byte[] |
getUserId()
Returns the credential's user ID.
|
| String |
getUserName()
Returns the credential's user name.
|
| int |
hashCode()
|
| byte[] |
serializeToBytes()
Serializes the
FidoCredentialDetails to bytes.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
De-serializes the
FidoCredentialDetails from bytes, reversing
serializeToBytes().
FidoCredentialDetails.Returns the credential's credential ID.
Returns true if the credential is discoverable.
Returns true if the credential is for payments.
Returns the credential's user display name.
Returns the credential's user ID.
Returns the credential's user name.
Serializes the
FidoCredentialDetails to bytes. Use
deserializeFromBytes(byte[]) to deserialize.