-
- All Implemented Interfaces:
public class WebAuthnRegistration extends WebAuthn
Handle WebAuthn Registration
-
-
Constructor Summary
Constructors Constructor Description WebAuthnRegistration(JSONObject input)WebAuthnRegistration(PublicKeyCredentialCreationOptions options)WebAuthnRegistration()
-
Method Summary
Modifier and Type Method Description final Stringregister(Context context)PublicKeyCredentialgetPublicKeyCredential(Context context)-
-
Constructor Detail
-
WebAuthnRegistration
WebAuthnRegistration(JSONObject input)
-
WebAuthnRegistration
WebAuthnRegistration(PublicKeyCredentialCreationOptions options)
-
WebAuthnRegistration
WebAuthnRegistration()
-
-
Method Detail
-
getPublicKeyCredential
PublicKeyCredential getPublicKeyCredential(Context context)
-
-
-
-