Class PublicKeyCredentialType
java.lang.Object
org.springframework.security.web.webauthn.api.PublicKeyCredentialType
The PublicKeyCredentialType
defines the credential types.
- Since:
- 6.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PublicKeyCredentialType
The only credential type that currently exists. -
Method Summary
-
Field Details
-
PUBLIC_KEY
The only credential type that currently exists.
-
-
Method Details
-
getValue
Gets the value.- Returns:
- the value
-
valueOf
-