public static class AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder.MandatoryStages |
Modifier and Type | Method and Description |
---|---|
AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder |
authenticatorData(@NonNull ByteArray authenticatorData) |
AuthenticatorAssertionResponse |
build() |
AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder |
clientDataJSON(@NonNull ByteArray clientDataJSON) |
AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder |
signature(@NonNull ByteArray signature) |
java.lang.String |
toString() |
AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder |
userHandle(@NonNull ByteArray userHandle)
The user handle returned from the authenticator, or empty if the authenticator did not return a user handle.
|
AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder |
userHandle(@NonNull java.util.Optional<ByteArray> userHandle)
The user handle returned from the authenticator, or empty if the authenticator did not return a user handle.
|
public AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder userHandle(@NonNull @NonNull java.util.Optional<ByteArray> userHandle)
public AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder userHandle(@NonNull @NonNull ByteArray userHandle)
public AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder authenticatorData(@NonNull @NonNull ByteArray authenticatorData)
public AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder clientDataJSON(@NonNull @NonNull ByteArray clientDataJSON)
public AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder signature(@NonNull @NonNull ByteArray signature)
public AuthenticatorAssertionResponse build() throws java.io.IOException, Base64UrlException
java.io.IOException
Base64UrlException
public java.lang.String toString()
toString
in class java.lang.Object