getWebauthnAuthenticationOptions abstract method

  1. @POST.new('/auth/webauthn/authentication-options')
Future getWebauthnAuthenticationOptions()

Get WebAuthn authentication options.

Retrieve WebAuthn authentication challenge and options for passwordless login with biometrics or security keys.

Implementation

@POST('/auth/webauthn/authentication-options')
Future<WebAuthnAuthenticationOptionsResponse>
getWebauthnAuthenticationOptions();