Starts the registration of a new passkey for the signed in user.
options to the platform's passkey API to create the credential, then call passkey.verifyRegistration() with the result.final PasskeyRegistrationOptionsResponse registration =
await supabase.auth.passkey.startRegistration();
// Hand registration.options to the platform passkey API.