@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AuthenticatorResponse")
public class AuthenticatorResponse
extends JsObject
| 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().
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="clientDataJSON") @Nonnull public ArrayBuffer clientDataJSON()