RecoverParameters
data class RecoverParameters(val organizationId: String, val memberId: String, val sessionDurationMinutes: Int, val recoveryCode: String)
A data class wrapping the parameters needed to consume a recovery code
A data class wrapping the parameters needed to consume a recovery code