clear abstract method

Clears all audit logs after a fresh server-side TOTP verification.

Admin API Key callers are rejected locally because the fixed contract only permits an interactive administrator JWT session.

Implementation

Future<Sub2ApiAdminClearAuditLogsResult> clear(
  Sub2ApiVerificationCode totpCode, {
  Sub2ApiRequestOptions? requestOptions,
});