Interface PublicKeyCredentialRequestOptionsRequest
- All Known Implementing Classes:
ImmutablePublicKeyCredentialRequestOptionsRequest
public interface PublicKeyCredentialRequestOptionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.AuthenticationThe currentAuthentication.
-
Method Details
-
getAuthentication
org.springframework.security.core.Authentication getAuthentication()The currentAuthentication. Possibly null or an anonymous.- Returns:
- the current
Authentication
-