register

suspend fun register(block: FidoRegistrationCustomizer.() -> Unit = {}): Result<JsonObject>

Register a new FIDO2 credential.

Return

A Result containing the attestation value as a JsonObject or an error. the attestation value will be automatically injected to the registration flow.