getSudoWebauthnAuthenticationOptions abstract method

  1. @POST.new('/users/@me/sudo/webauthn/authentication-options')
Future<WebAuthnChallengeResponse> getSudoWebauthnAuthenticationOptions()

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