-
- All Implemented Interfaces:
public abstract class WebAuthnAbstract class to provide common utilities method for WebAuthnAuthentication and WebAuthnRegistration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWebAuthn.Companion
-
Constructor Summary
Constructors Constructor Description WebAuthn()
-
Method Summary
Modifier and Type Method Description final StringgetRelyingPartyId(JSONObject value)Parse the relaying party id. abstract PublicKeyCredentialgetPublicKeyCredential(Context context)-
-
Method Detail
-
getRelyingPartyId
final String getRelyingPartyId(JSONObject value)
Parse the relaying party id.
- Parameters:
value- The json value to parse
-
getPublicKeyCredential
abstract PublicKeyCredential getPublicKeyCredential(Context context)
-
-
-
-