@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.
|
@JsNonNull ArrayBuffer |
getAuthenticatorData() |
@JsNullable ArrayBuffer |
getPublicKey() |
int |
getPublicKeyAlgorithm() |
@JsNonNull JsArray<java.lang.String> |
getTransports()
getTransports() is a method of the AuthenticatorAttestationResponse interface that returns an Array containing strings describing the different transports which may be used by the authenticator.
|
clientDataJSONassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="attestationObject") @Nonnull public ArrayBuffer attestationObject()
public @JsNonNull ArrayBuffer getAuthenticatorData()
public @JsNullable ArrayBuffer getPublicKey()
public int getPublicKeyAlgorithm()
public @JsNonNull JsArray<java.lang.String> getTransports()