Starts a passkey sign in.
options to the platform's passkey API to obtain an assertion, then call passkey.verifyAuthentication() with the result.Captcha token to be used for captcha verification.
final PasskeyAuthenticationOptionsResponse authentication =
await supabase.auth.passkey.startAuthentication();
// Hand authentication.options to the platform passkey API.