Interface PublicKeyCredentialCreationOptionsRequest
- All Known Implementing Classes:
ImmutablePublicKeyCredentialCreationOptionsRequest
public interface PublicKeyCredentialCreationOptionsRequest
A request to create a new
PublicKeyCredentialCreationOptions.-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.AuthenticationThe currentAuthentication.
-
Method Details
-
getAuthentication
org.springframework.security.core.Authentication getAuthentication()The currentAuthentication. It must be authenticated to associate the credential to a user.- Returns:
- the
Authenticationto use.
-