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