WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.Builder.authenticatorAttachment(String authenticatorAttachment) |
The general category of the passkey authenticator.
|
WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.Builder.authenticatorTransports(String... authenticatorTransports) |
Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.
|
WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.Builder.authenticatorTransports(Collection<String> authenticatorTransports) |
Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.
|
static WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.builder() |
|
WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.Builder.createdAt(Instant createdAt) |
The date and time when the item was created.
|
WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.Builder.credentialId(String credentialId) |
The unique identifier of the passkey credential.
|
WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.Builder.friendlyCredentialName(String friendlyCredentialName) |
An automatically-generated friendly name for the passkey credential.
|
WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.Builder.relyingPartyId(String relyingPartyId) |
The relying-party ID of the provider for the passkey credential.
|
WebAuthnCredentialDescription.Builder |
WebAuthnCredentialDescription.toBuilder() |
|