getWebauthnAuthenticationOptions abstract method
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();