Package com.yubico.webauthn
Interface ToPublicKeyCredentialDescriptor
- All Known Subinterfaces:
CredentialRecord
- All Known Implementing Classes:
PublicKeyCredentialDescriptor,RegisteredCredential
Deprecated.
EXPERIMENTAL: This is an experimental feature. It is likely to change or be deleted
before reaching a mature release.
A type that can be converted into a
PublicKeyCredentialDescriptor value.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.EXPERIMENTAL: This is an experimental feature.
-
Method Details
-
toPublicKeyCredentialDescriptor
Deprecated.EXPERIMENTAL: This is an experimental feature. It is likely to change or be deleted before reaching a mature release.Convert this value to aPublicKeyCredentialDescriptorvalue.Implementations MUST NOT return null.
-