IdxWebAuthnRegistrationCapability

Describes the WebAuthn registration capability associated with an IdxAuthenticator.

Functions

Link copied to clipboard
fun publicKeyCredentialCreationOptions(relyingPartyIdentifier: String? = null): Result<String>

Returns the public key credential creation options as a JSON string.

Link copied to clipboard
fun withRegistrationResponse(remediation: IdxRemediation, registrationResponseJson: String): Result<IdxRemediation>

Remediate with the registration response.