Flutter: Verify passkey registration

Completes the registration of a new passkey and returns the stored Passkey.

Parameters

Examples

Verify a passkey registration

final Passkey passkey = await supabase.auth.passkey.verifyRegistration(
  challengeId: registration.challengeId,
  credential: credential,
);