Package com.webauthn4j.data
Class PublicKeyCredentialDescriptor
java.lang.Object
com.webauthn4j.data.PublicKeyCredentialDescriptor
- All Implemented Interfaces:
Serializable
PublicKeyCredentialDescriptor contains the attributes that are specified by a caller when referring to
a public key credential as an input parameter to the create() or get() methods.-
Constructor Summary
ConstructorsConstructorDescriptionPublicKeyCredentialDescriptor(@NonNull PublicKeyCredentialType type, @org.checkerframework.checker.nullness.qual.NonNull byte[] id, @Nullable Set<AuthenticatorTransport> transports) -
Method Summary
-
Constructor Details
-
PublicKeyCredentialDescriptor
public PublicKeyCredentialDescriptor(@NonNull PublicKeyCredentialType type, @org.checkerframework.checker.nullness.qual.NonNull byte[] id, @Nullable Set<AuthenticatorTransport> transports)
-
-
Method Details