Fetches credential creation options to register a new passkey for the signed-in user.
options (W3C PublicKeyCredentialCreationOptions) to the platform authenticator.verifyPasskeyRegistration(challengeId:credentialResponse:).// @_spi(Experimental) import Supabase
let options: PasskeyRegistrationOptions = try await supabase.auth.getPasskeyRegistrationOptions()
// Hand options.options to the platform authenticator.