Fetches assertion options to authenticate with a passkey.
options (W3C PublicKeyCredentialRequestOptions) to the platform authenticator.verifyPasskeyAuthentication(challengeId:credentialResponse:).// @_spi(Experimental) import Supabase
let options: PasskeyAuthenticationOptions = try await supabase.auth.getPasskeyAuthenticationOptions()
// Hand options.options to the platform authenticator.