@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AuthenticatorAssertionResponse")
public class AuthenticatorAssertionResponse
extends AuthenticatorResponse
| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticatorAssertionResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayBuffer |
authenticatorData()
The authenticatorData property of the AuthenticatorAssertionResponse interface returns an ArrayBuffer containing information from the authenticator such as the Relying Party ID Hash (rpIdHash), a signature counter, test of user presence, user verification flags, and any extensions processed by the authenticator.
|
ArrayBuffer |
signature()
The signature read-only property of the AuthenticatorAssertionResponse interface is an ArrayBuffer object which is the signature of the authenticator for both AuthenticatorAssertionResponse.authenticatorData and a SHA-256 hash of the client data (AuthenticatorAssertionResponse.clientDataJSON).
|
ArrayBuffer |
userHandle()
The userHandle read-only property of the AuthenticatorAssertionResponse interface is an ArrayBuffer object which is an opaque identifier for the given user.
|
clientDataJSONassign, 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="authenticatorData") @Nonnull public ArrayBuffer authenticatorData()
@JsProperty(name="signature") @Nonnull public ArrayBuffer signature()
@JsProperty(name="userHandle") @Nullable public ArrayBuffer userHandle()