Flutter: Start passkey authentication

Starts a passkey sign in.

Parameters

Examples

Start a passkey sign in

final PasskeyAuthenticationOptionsResponse authentication =
    await supabase.auth.passkey.startAuthentication();

// Hand authentication.options to the platform passkey API.