generateAuthenticationOptions abstract method

  1. @GET.new("/passkey/generate-authenticate-options")
Future<Result> generateAuthenticationOptions()

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();