@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PublicKeyCredential")
public class PublicKeyCredential
extends Credential
| Modifier | Constructor and Description |
|---|---|
protected |
PublicKeyCredential() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExtensionsClientOutputs |
getClientExtensionResults()
getClientExtensionResults() is a method of the PublicKeyCredential interface that returns an ArrayBuffer which contains a map between the extensions identifiers and their results after having being processed by the client.
|
static Promise<java.lang.Boolean> |
isUserVerifyingPlatformAuthenticatorAvailable()
isUserVerifyingPlatformAuthenticatorAvailable() is a static method of the PublicKeyCredential interface that returns a Promise which resolves to true if a user-verifying platform authenticator is available.
|
ArrayBuffer |
rawId()
The rawId read-only property of the PublicKeyCredential interface is an ArrayBuffer object containing the identifier of the credentials.
|
AuthenticatorResponse |
response()
The response read-only property of the PublicKeyCredential interface is an AuthenticatorResponse object which is sent from the authenticator to the user agent for the creation/fetching of credentials.
|
id, typeassign, 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="rawId") @Nonnull public ArrayBuffer rawId()
@JsProperty(name="response") @Nonnull public AuthenticatorResponse response()
@Nonnull public AuthenticationExtensionsClientOutputs getClientExtensionResults()
@Nonnull public static Promise<java.lang.Boolean> isUserVerifyingPlatformAuthenticatorAvailable()