public static class AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder.MandatoryStages |
Modifier and Type | Method and Description |
---|---|
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder |
attestationObject(@NonNull ByteArray attestationObject) |
AuthenticatorAttestationResponse |
build() |
AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder |
clientDataJSON(@NonNull ByteArray clientDataJSON) |
java.lang.String |
toString() |
public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder attestationObject(@NonNull @NonNull ByteArray attestationObject)
public AuthenticatorAttestationResponse.AuthenticatorAttestationResponseBuilder clientDataJSON(@NonNull @NonNull ByteArray clientDataJSON)
public AuthenticatorAttestationResponse build() throws java.io.IOException, Base64UrlException
java.io.IOException
Base64UrlException
public java.lang.String toString()
toString
in class java.lang.Object