Uses of Record Class
io.quarkus.security.webauthn.WebAuthnCredentialRecord.RequiredPersistedData
Packages that use WebAuthnCredentialRecord.RequiredPersistedData
-
Uses of WebAuthnCredentialRecord.RequiredPersistedData in io.quarkus.security.webauthn
Methods in io.quarkus.security.webauthn that return WebAuthnCredentialRecord.RequiredPersistedDataModifier and TypeMethodDescriptionWebAuthnCredentialRecord.getRequiredPersistedData()Returns the fields of this credential record that are necessary to persist for your users to be able to log back in using WebAuthn.Methods in io.quarkus.security.webauthn with parameters of type WebAuthnCredentialRecord.RequiredPersistedDataModifier and TypeMethodDescriptionstatic WebAuthnCredentialRecordWebAuthnCredentialRecord.fromRequiredPersistedData(WebAuthnCredentialRecord.RequiredPersistedData persistedData) Reassembles a credential record from the given required persisted fields.