Structs§
- Disable
Totp Request - Body for
POST /api/v1/auth/me/2fa/totp/disable. - MfaChallenge
Response - Returned by
POST /api/v1/auth/loginwhen the user has 2FA enrolled. - MfaEmail
Request - Body for
POST /api/v1/auth/mfa/email. - MfaStatus
Response - Returned by
GET /api/v1/auth/me/2fa. - MfaVerify
Request - Body for
POST /api/v1/auth/mfa/verify. - Regenerate
Recovery Codes Request - Body for
POST /api/v1/auth/me/2fa/recovery-codes/regenerate. - Regenerate
Recovery Codes Response - Returned by
POST /api/v1/auth/me/2fa/recovery-codes/regenerate. - Totp
Confirm Request - Body for
POST /api/v1/auth/me/2fa/totp/confirm. - Totp
Confirm Response - Returned by
POST /api/v1/auth/me/2fa/totp/confirm. - Totp
Enroll Response - Returned by
POST /api/v1/auth/me/2fa/totp/enroll.
Enums§
- MfaMethod
- Identifies the MFA method used in a challenge verification request.