@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AuthenticatorAttestationResponse")
public class AuthenticatorAttestationResponse
extends AuthenticatorResponse
| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticatorAttestationResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayBuffer |
attestationObject()
The attestationObject property of the AuthenticatorAttestationResponse interface returns an ArrayBuffer containing the new public key, as well as signature over the entire attestationObject with a private key that is stored in the authenticator when it is manufactured.
|
clientDataJSON@JsProperty(name="attestationObject") @Nonnull public ArrayBuffer attestationObject()