This class is contains the attributes that are returned to the caller when a new credential is created, or a new assertion is requested.
| class | PublicKeyCredential.Builder | Builder for
PublicKeyCredential. |
|
| static PublicKeyCredential |
deserializeFromBytes(byte[] serializedBytes)
De-serializes the
PublicKeyCredential from bytes, reversing
serializeToBytes().
|
| boolean | |
| String |
getAuthenticatorAttachment()
Returns the authenticator attachment of this credential.
|
| AuthenticationExtensionsClientOutputs | |
| String |
getId()
|
| byte[] |
getRawId()
|
| AuthenticatorResponse | |
| String |
getType()
|
| int |
hashCode()
|
| byte[] |
serializeToBytes()
Serializes the
PublicKeyCredential to bytes.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
De-serializes the
PublicKeyCredential from bytes, reversing
serializeToBytes().
PublicKeyCredential.Returns the authenticator attachment of this credential.
Serializes the
PublicKeyCredential to bytes. Use
deserializeFromBytes(byte[]) to deserialize.