@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AuthenticatorResponse")
public class AuthenticatorResponse
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticatorResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayBuffer |
clientDataJSON()
The clientDataJSON property of the AuthenticatorResponse interface stores a JSON string in an ArrayBuffer, representing the client data that was passed to CredentialsContainer.create() or CredentialsContainer.get().
|
@JsProperty(name="clientDataJSON") @Nonnull public ArrayBuffer clientDataJSON()