generateAuthenticationOptions abstract method
GET /passkey/generate-authenticate-options.
Returns the raw options JSON — feed it to your WebAuthn ceremony, then
pass the resulting response JSON to verifyAuthentication.
Implementation
@GET("/passkey/generate-authenticate-options")
Future<Result<dynamic>> generateAuthenticationOptions();