Interface PublicKeyCredentialCreationOptionsRequest
- All Known Implementing Classes:
ImmutablePublicKeyCredentialCreationOptionsRequest
public interface PublicKeyCredentialCreationOptionsRequest
A request to create a new
PublicKeyCredentialCreationOptions.- Since:
- 6.4
- See Also:
-
Method Summary
-
Method Details
-
getAuthentication
Authentication getAuthentication()The currentAuthentication. It must be authenticated to associate the credential to a user.- Returns:
- the
Authenticationto use.
-