UserRecoveryData

public struct UserRecoveryData : Content
extension UserRecoveryData: RCFValidatable

Used to attempt to recover an account in a forgotten-password type scenario.

Required by: POST /api/v3/auth/recovery

See AuthController.recoveryHandler(_:data:).