getSudoWebauthnAuthenticationOptions abstract method
- @POST.new('/users/@me/sudo/webauthn/authentication-options')
Get sudo WebAuthn authentication options.
Generate WebAuthn challenge for sudo mode verification using a registered security key or biometric device.
Implementation
@POST('/users/@me/sudo/webauthn/authentication-options')
Future<WebAuthnChallengeResponse> getSudoWebauthnAuthenticationOptions();