java.lang.Object
com.webauthn4j.data.PublicKeyCredentialDescriptor
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(@NotNull PublicKeyCredentialType type, @org.jetbrains.annotations.NotNull byte[] id, @Nullable Set<AuthenticatorTransport> transports) -
Method Summary
-
Constructor Details
-
PublicKeyCredentialDescriptor
public PublicKeyCredentialDescriptor(@NotNull @NotNull PublicKeyCredentialType type, @NotNull @org.jetbrains.annotations.NotNull byte[] id, @Nullable @Nullable Set<AuthenticatorTransport> transports)
-
-
Method Details