Interface | Description |
---|---|
MetaDataService |
Factory interface for creating FIDO2 MetaDataService.
|
WebAuthn |
Factory interface for creating WebAuthN based
AuthenticationProvider instances. |
Class | Description |
---|---|
Authenticator |
Data Object representing an authenticator at rest.
|
AuthenticatorConverter |
Converter and mapper for
Authenticator . |
RelyingParty |
Data object representing a Relying party (your server)
|
RelyingPartyConverter |
Converter and mapper for
RelyingParty . |
WebAuthnCredentials | |
WebAuthnCredentialsConverter |
Converter and mapper for
WebAuthnCredentials . |
WebAuthnOptions |
Configuration for the webauthn object
|
WebAuthnOptionsConverter |
Converter and mapper for
WebAuthnOptions . |
Enum | Description |
---|---|
Attestation |
AttestationConveyancePreference
https://www.w3.org/TR/webauthn/#attestation-convey
|
AuthenticatorAttachment |
AuthenticatorAttachment
https://www.w3.org/TR/webauthn/#enumdef-authenticatorattachment
|
AuthenticatorTransport |
AuthenticatorTransport
https://www.w3.org/TR/webauthn/#enumdef-authenticatortransport
|
PublicKeyCredential |
PublicKeyCredential
https://www.iana.org/assignments/cose/cose.xhtml#algorithms
|
UserVerification |
UserVerificationRequirement
https://www.w3.org/TR/webauthn/#enumdef-userverificationrequirement
|
Copyright © 2021 Eclipse. All rights reserved.