Class WebAuthnAuthentication
-
- All Implemented Interfaces:
public class WebAuthnAuthentication extends WebAuthn
Handle WebAuthn Authentication
-
-
Constructor Summary
Constructors Constructor Description WebAuthnAuthentication(JSONObject input)WebAuthnAuthentication(PublicKeyCredentialRequestOptions options)WebAuthnAuthentication()
-
Method Summary
Modifier and Type Method Description final Stringauthenticate(Context context, WebAuthnKeySelector webAuthnKeySelector)Perform WebAuthn Authentication PublicKeyCredentialgetPublicKeyCredential(Context context)-
-
Constructor Detail
-
WebAuthnAuthentication
WebAuthnAuthentication(JSONObject input)
-
WebAuthnAuthentication
WebAuthnAuthentication(PublicKeyCredentialRequestOptions options)
-
WebAuthnAuthentication
WebAuthnAuthentication()
-
-
Method Detail
-
authenticate
final String authenticate(Context context, WebAuthnKeySelector webAuthnKeySelector)
Perform WebAuthn Authentication
- Parameters:
context- The Application ContextwebAuthnKeySelector- The Selector for user to select which credential to use (UsernameLess)
-
getPublicKeyCredential
PublicKeyCredential getPublicKeyCredential(Context context)
-
-
-
-