This container class represents client output for extensions that can be passed into FIDO2 APIs.
| class | AuthenticationExtensionsClientOutputs.Builder | Builder for
AuthenticationExtensionsClientOutputs. |
|
| static AuthenticationExtensionsClientOutputs |
deserializeFromBytes(byte[] serializedBytes)
De-serializes the
AuthenticatorAssertionResponse from bytes, reversing
serializeToBytes().
|
| boolean | |
| AuthenticationExtensionsCredPropsOutputs | |
| UvmEntries | |
| int |
hashCode()
|
| byte[] |
serializeToBytes()
Serializes the
AuthenticationExtensionsClientOutputs to bytes.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
De-serializes the
AuthenticatorAssertionResponse from bytes, reversing
serializeToBytes(). See go/gmscore-perf/reflectedparcelable for why we can't
rely on Parcelable
behaviour.
AuthenticatorAssertionResponse.Serializes the
AuthenticationExtensionsClientOutputs to bytes. Use
deserializeFromBytes(byte[]) to deserialize. See
go/gmscore-perf/reflectedparcelable for why we can't rely on Parcelable
behaviour.